Search results for "Binary classification"
showing 10 items of 14 documents
Machine learning–XGBoost analysis of language networks to classify patients with epilepsy
2017
Our goal was to apply a statistical approach to allow the identification of atypical language patterns and to differentiate patients with epilepsy from healthy subjects, based on their cerebral activity, as assessed by functional MRI (fMRI). Patients with focal epilepsy show reorganization or plasticity of brain networks involved in cognitive functions, inducing ‘atypical’ (compared to ‘typical’ in healthy people) brain profiles. Moreover, some of these patients suffer from drug-resistant epilepsy, and they undergo surgery to stop seizures. The neurosurgeon should only remove the zone generating seizures and must preserve cognitive functions to avoid deficits. To preserve functions, one sho…
Deep neural attention-based model for the evaluation of italian sentences complexity
2020
In this paper, the Automatic Text Complexity Evaluation problem is modeled as a binary classification task tackled by a Neural Network based system. It exploits Recurrent Neural Units and the Attention mechanism to measure the complexity of sentences written in the Italian language. An accurate test phase has been carried out, and the system has been compared with state-of-art tools that tackle the same problem. The computed performances proof the model suitability to evaluate sentence complexity improving the results achieved by other state-of-the-art systems.
Multi-layer intrusion detection system with ExtraTrees feature selection, extreme learning machine ensemble, and softmax aggregation
2019
Abstract Recent advances in intrusion detection systems based on machine learning have indeed outperformed other techniques, but struggle with detecting multiple classes of attacks with high accuracy. We propose a method that works in three stages. First, the ExtraTrees classifier is used to select relevant features for each type of attack individually for each (ELM). Then, an ensemble of ELMs is used to detect each type of attack separately. Finally, the results of all ELMs are combined using a softmax layer to refine the results and increase the accuracy further. The intuition behind our system is that multi-class classification is quite difficult compared to binary classification. So, we…
Drug Activity Characterization Using One-Class Support Vector Machines with Counterexamples
2013
The problem of detecting chemical activity in drugs from its molecular description constitutes a challenging and hard learning task. The corresponding prediction problem can be tackled either as a binary classification problem (active versus inactive compounds) or as a one class problem. The first option leads usually to better prediction results when measured over small and fixed databases while the second could potentially lead to a much better characterization of the active class which could be more important in more realistic settings. In this paper, a comparison of these two options is presented when support vector models are used as predictors.
Filtering of Spontaneous and Low Intensity Emotions in Educational Contexts
2015
Affect detection is a challenging problem, even more in educational contexts, where emotions are spontaneous and usually subtle. In this paper, we propose a two-stage detection approach based on an initial binary discretization followed by a specific emotion prediction stage. The binary classification method uses several distinct sources of information to detect and filter relevant time slots from an affective point of view. An accuracy close to 75% at detecting whether the learner has felt an educationally relevant emotion on 20 second time slots has been obtained. These slots can then be further analyzed by a second classifier, to determine the specific user emotion.
Identifying Images with Ladders Using Deep CNN Transfer Learning
2019
Deep Convolutional Neural Networks (CNNs) as well as transfer learning using their pre-trained models often find applications in image classification tasks. In this paper, we explore the utilization of pre-trained CNNs for identifying images containing ladders. We target a particular use case, where an insurance firm, in order to decide the price for workers’ compensation insurance for its client companies, would like to assess the risk involved in their workplace environments. For this, the workplace images provided by the client companies can be utilized and the presence of ladders in such images can be considered as a workplace hazard and therefore an indicator of risk. To this end, we e…
Autocorrelation in meter induction: the role of accent structure.
2006
The performance of autocorrelation-based meter induction was tested with two large collections of folk melodies, consisting of approximately 13 000 melodies for which the correct meters were available. The performance was measured by the proportion of melodies whose meter was correctly classified by a discriminant function. Furthermore, it was examined whether including different melodic accent types would improve the classification performance. By determining the components of the autocorrelation functions that were significant in the classification it was found that periodicity in note onset locations was the most important cue for the determination of meter. Of the melodic accents includ…
Deep 3D Convolution Neural Network for Alzheimer’s Detection
2020
One of the most well-known and complex applications of artificial intelligence (AI) is Alzheimer’s detection, which lies in the field of medical imaging. The complexity in this task lies in the three-dimensional structure of the MRI scan images. In this paper, we propose to use 3D Convolutional Neural Networks (3D-CNN) for Alzheimer’s detection. 3D-CNNs have been a popular choice for this task. The novelty in our paper lies in the fact that we use a deeper 3D-CNN consisting of 10 layers. Also, with effectively training our model consisting of Batch Normalization layers that provide a regularizing effect, we don’t have to use any transfer learning. We also use the simple data augmentation te…
The Use of Rule-Based and QSPR Approaches in ADME Profiling: A Case Study on Caco-2 Permeability.
2013
During the early ADME profiling the development of simple, interpretable and reliable in silico tools is very important. In this study, rule-based and QSPR approaches were investigated using a large Caco-2 permeability database. Three permeability classes were determined: high (H), moderate (M) and low (L). The main physicochemical properties related with permeability were ranked as follows: Polar Surface Area (PSA)>Lipophilicity (logP/logD)>Molecular Weight (MW)>number of Hydrogen Bond donors and acceptors>Ionization State>number of Rotatable Bonds>number of Rings. The best rule, based on the combination of PSA-MW-logD (3PRule), was able to identify the H, M and L classes with accuracy of …
Emergency Detection with Environment Sound Using Deep Convolutional Neural Networks
2020
In this paper, we propose a generic emergency detection system using only the sound produced in the environment. For this task, we employ multiple audio feature extraction techniques like the mel-frequency cepstral coefficients, gammatone frequency cepstral coefficients, constant Q-transform and chromagram. After feature extraction, a deep convolutional neural network (CNN) is used to classify an audio signal as a potential emergency situation or not. The entire model is based on our previous work that sets the new state of the art in the environment sound classification (ESC) task (Our paper is under review in the IEEE/ACM Transactions on Audio, Speech and Language Processing and also avai…